home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / windows / uc31a_1.zip / REMOTACC.SC_ / REMOTACC.SC
Text File  |  1993-04-22  |  291b  |  13 lines

  1. ; Remote Access login Script for Unicom 3
  2. ;
  3. Delay(1000)
  4. Waitfor("moments.")
  5. Send("^[")           ; send escape
  6. Delay(2000)
  7. Waitfor("name:")
  8. Delay(250)
  9. Send("JIM SMITH^M")  ; Your name goes here
  10. Waitfor("Password:")
  11. Delay(250)
  12. Send("YOURPASSWORD^M") ; Your password goes here
  13. Exit